home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Shopper 222
/
Issue 222 - August 2006 - DPCS0806.ISO
/
Assets
/
Interface
/
Main.dxr
/
Frame Scripts_1_frame 1.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-05-17
|
287 b
|
11 lines
global issueText, strapText
on prepareFrame me
global dataSource
member("StrapTF").text = strapText
member("IssueTF").text = issueText
dataSource = new(script("data.source"), "assets\content.xml", 6)
sprite("Banner border").visible = 0
sprite("Fake footer").visible = 1
end